runtime.specialCheckFinalizer.cleanupID (field)

4 uses

	runtime (current package)
		mheap.go#L2250: 	cleanupID uint64 // Needed to disambiguate cleanups.
		mheap.go#L2270: 	s.cleanupID = cleanupID
		mheap.go#L2299: 				(*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {
		mheap.go#L2349: 				(*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {